Hirdetés

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

  • Kreky

    csendes tag

    válasz Bgs #560 üzenetére

    grep -r 192.168.1 /etc:


    /etc/rc.d/rc.modules:# mini-HOWTO) to allow Internet access to a local network 192.168.11.0 with a
    /etc/rc.d/rc.modules.bak:# mini-HOWTO) to allow Internet access to a local network 192.168.11.0 with a
    /etc/rc.d/rc.modules-2.6.10:# mini-HOWTO) to allow Internet access to a local network 192.168.11.0 with a
    /etc/dhcpc/dhcpcd-eth0.info:IPADDR=192.168.1.2
    /etc/dhcpc/dhcpcd-eth0.info:NETWORK=192.168.1.0
    /etc/dhcpc/dhcpcd-eth0.info:GATEWAY=192.168.1.1
    /etc/dhcpc/dhcpcd-eth0.info:DNS=192.168.1.1
    /etc/dhcpc/dhcpcd-eth0.info:DHCPSID=192.168.1.1
    /etc/dhcpc/dhcpcd-eth0.info.old:IPADDR=192.168.1.2
    /etc/dhcpc/dhcpcd-eth0.info.old:NETWORK=192.168.1.0
    /etc/dhcpc/dhcpcd-eth0.info.old:GATEWAY=192.168.1.1
    /etc/dhcpc/dhcpcd-eth0.info.old:DNS=192.168.1.1
    /etc/dhcpc/dhcpcd-eth0.info.old:DHCPSID=192.168.1.1
    /etc/dnsmasq.conf:#dhcp-option=red,42,192.168.1.1
    /etc/netatalk/afpd.conf:# specifically to address 192.168.1.3
    /etc/netatalk/afpd.conf:# server3 -port 12002 -ipaddr 192.168.1.3
    /etc/ntp.conf:restrict 192.168.1.0 mask 255.255.255.0
    /etc/ppp/options:# dns-addr 192.168.1.1
    /etc/ppp/options:# dns-addr 192.168.1.2
    /etc/ppp/options:# wins-addr 192.168.1.50
    /etc/ppp/options:# wins-addr 192.168.1.51
    /etc/radiusclient/realms:#authserver netservers.co.uk 192.168.1.1:1812
    /etc/radiusclient/realms:#acctserver netservers.co.uk 192.168.1.1:1813
    /etc/radiusclient/realms:#authserver DEFAULT 192.168.1.1:1812
    /etc/radiusclient/realms:#acctserver DEFAULT 192.168.1.1:1813
    /etc/samba/smb.conf-sample:; hosts allow = 192.168.1. 192.168.2. 127.
    /etc/samba/smb.conf-sample:; interfaces = 192.168.12.2/24 192.168.13.2/24
    /etc/resolv.conf:nameserver 192.168.1.1
    /etc/ntp.conf.sv:restrict 192.168.1.0 mask 255.255.255.0
    /etc/resolv.conf-bak:nameserver 192.168.1.1



    route -n:

    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
    0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0



    ifconfig eth0:

    eth0 Link encap:Ethernet HWaddr 00:0C:6E:CB:4E:A9
    inet addr:192.168.1.2 Bcast:255.255.255.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:6eff:fecb:4ea9/64 Scope:Link
    UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1 errors:0 dropped:0 overruns:0 frame:0
    TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:590 (590.0 b) TX bytes:1618 (1.5 Kb)
    Interrupt:5 Base address:0xe000




    ip ad sh eth0:


    2: eth0: <BROADCAST,MULTICAST,NOTRAILERS,UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:0c:6e:cb:4e:a9 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.2/24 brd 255.255.255.255 scope global eth0
    inet6 fe80::20c:6eff:fecb:4ea9/64 scope link
    valid_lft forever preferred_lft forever




    ip ro:

    192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.2
    127.0.0.0/8 dev lo scope link
    default via 192.168.1.1 dev eth0




    amit tudtam mindent meglestem :)

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