Új hozzászólás Aktív témák

  • animal1987

    csendes tag

    válasz mcll #4263 üzenetére

    A UPC modem BRIDGE módban van???

    Reseteld ki a routert és csináld ezt

    IP->DHCP client->add
    interf eth1
    defroute yes
    usepdns yes

    bridge add
    port add ether2,eth3,eth4,eth5

    ip address add
    interface bridge1
    address 192.168.1.254/24

    ip pool add
    192.168.1.1-192.168.1.253

    ip dhcp server dhcp fül add
    interf bridge1
    address pool pool1

    ip dhcp server network fül add

    address 192.168.1.0/24
    gw 192.168.1.254
    netm 24
    dns server 8.8.8.8
    ntp server 148.6.0.1

    ip firewall nat fül add
    chain srcnat
    srcaddress 192.168.1.0/24
    action masquerade

    így van neted elvben...

    ezután nézd meg hogy milyen ip-t kapott az a gép amit el akarsz érni... legyen pl a 253

    ip firewall nat fül add
    chain dstnat
    protocol TCP/UDP ... nem tudom mi kell neked
    dst port [port]
    action fül
    action dst-nat
    to address 192.168.1.253 (amit a géped kapott)
    to port [port]

    elvileg ennyi a történet... fejből írtam de egy ötösért megcsinálom akár teamvieweren keresztül ;)

Új hozzászólás Aktív témák